home *** CD-ROM | disk | FTP | other *** search
/ CD BIT 75 / CD BIT 75.iso / Software / LogOut / disk1 / _SETUP.1 / GCondom7.exe / 0 / RCDATA / TFRVAREDFORM / TFRVAREDFORM.txt
Text File  |  2004-10-21  |  1KB  |  58 lines

  1. object frVaredForm: TfrVaredForm
  2.   Left = 200
  3.   Top = 108
  4.   ActiveControl = Memo1
  5.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Variables list'
  8.   ClientHeight = 269
  9.   ClientWidth = 249
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnHide = FormHide
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 4
  22.     Top = 4
  23.     Width = 116
  24.     Height = 13
  25.     Caption = 'Categories and variables'
  26.     FocusControl = Memo1
  27.   end
  28.   object Button4: TButton
  29.     Left = 88
  30.     Top = 240
  31.     Width = 75
  32.     Height = 25
  33.     HelpContext = 40
  34.     Caption = 'OK'
  35.     ModalResult = 1
  36.     TabOrder = 0
  37.   end
  38.   object Button5: TButton
  39.     Left = 168
  40.     Top = 240
  41.     Width = 75
  42.     Height = 25
  43.     HelpContext = 50
  44.     Cancel = True
  45.     Caption = 'Cancel'
  46.     ModalResult = 2
  47.     TabOrder = 1
  48.   end
  49.   object Memo1: TMemo
  50.     Left = 4
  51.     Top = 20
  52.     Width = 241
  53.     Height = 209
  54.     HelpContext = 79
  55.     TabOrder = 2
  56.   end
  57. end
  58.